const github.com/refraction-networking/utls.fakeExtensionDelegatedCredentials
4 uses
github.com/refraction-networking/utls (current package)
u_common.go#L48: fakeExtensionDelegatedCredentials uint16 = 34
u_tls_extensions.go#L48: case fakeExtensionDelegatedCredentials:
u_tls_extensions.go#L1890: b[0] = byte(fakeExtensionDelegatedCredentials >> 8)
u_tls_extensions.go#L1891: b[1] = byte(fakeExtensionDelegatedCredentials)
![]() |
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |